home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Tools / SFX-Player / Play16_1.8 / Play16.readme < prev    next >
Text File  |  2000-05-08  |  6KB  |  132 lines

  1. Short:    Multi format sound player, supports AHI
  2. Uploader: wenzel@unixserv.rz.fh-hannover.de
  3. Author:   wenzel@unixserv.rz.fh-hannover.de
  4. Type:     mus/play
  5. Version:  1.8
  6.  
  7. ---------------------------------------------------------------------------
  8. -- Play16 version 1.8 (11.09.97) - a versatile soundplayer for the Amiga --
  9. ---------------------------------------------------------------------------
  10.  
  11. Readme.1st
  12. ----------
  13. Sorry folks, that's all I had time for. Comments still welcome :)
  14.  
  15. Features in brief
  16. -----------------
  17.  - FREEWARE!  No beta, no nag requesters and no expiry date!
  18.  - online help
  19.  - autodetects and plays several soundfiles, up to 16 bit / 56 kHz / stereo
  20.  - full Workbench support (but not Intuition and no GUI)
  21.  - always correct playback speed, even for sounds >28 kHz
  22.  - realtime playback from harddisk, optimized assembler routines
  23.  - optional 14 bit output (less noise but not as good as true 16 bit)
  24.  - Supports AHI and soundcards
  25.  - automatic or manual audio filter control
  26.  - plays mono sounds on *both* channels, not only on the left one
  27.  - plays (and loops) files that are larger than memory
  28.  - preloading for exactly timed start of playback
  29.  - fast µ-Law/A-Law decompression
  30.  - system friendly audio channel allocation
  31.  - optionally dump the output into a file (can be used to convert sounds)
  32.  - supported Filetypes are:
  33.  
  34.    * Microsoft RIFF-WAVE  (.WAV)  mono/stereo, 8/16 bit, linear/uLaw/ALaw/ADPCM
  35.    * Creative Voice File  (.VOC)  mono/stereo, 8/16 bit, linear
  36.    * Sun/NeXT Audio       (.AU)   mono/stereo, 8/16 bit, linear/uLaw
  37.    * MacroSystem Audio    (.MAUD) mono/stereo, 8/16 bit, linear/uLaw
  38.    * Apple/SGI/Amiga AIFF (.AIFF) mono/stereo, 8/16 bit, linear
  39.    * Amiga IFF-8SVX       (.IFF)  mono/stereo, 8    bit, linear/FibDelta/ExpDelta
  40.    * Any raw sound data as long as it matches one of the following:
  41.      -  8 bit signed
  42.      -  8 bit unsigned
  43.      - 16 bit signed, Intel format    (LSB first)
  44.      - 16 bit signed, Motorola format (MSB first)
  45.      - 14 bit µ-Law
  46.      - 14 bit A-Law
  47.  
  48.     - supported output devices are:
  49.  
  50.    * Native Amiga chipset (Paula)  8 bit
  51.    * Native Amiga chipset (Paula) 14 bit
  52.    * Native Amiga chipset (Paula) 14 bit calibrated (Christian Buchner)
  53.    * MacroSystem Maestro Pro      16 bit 44.1kHz and 48kHz only
  54.    * IFF-8SVX file dump            8 bit
  55.    * AHI audio system             16 bit
  56.    * Prelude                      16 bit
  57.  
  58. What's new since V1.7?
  59.  
  60. V1.8    * New features:
  61.         - Finally AIFF-C support! Sorry for the delay.
  62.         - AHI seems to be stable. Currently lowlevel support only.
  63.         - Volume is specified in percent now. Up to 400% boost is
  64.           available in Paula14 and Paula14c modes.
  65.         - Quickly put in the 4 lines of code needed for Native Prelude support
  66.         - Corresponding environment variable for FAST/S
  67.           (do »SetEnv FAST 1« to enable it)
  68.         - A different output path for converted 8SVX files can be specified
  69.         - Different versions using asyncio.library or standard AmigaDOS
  70.  
  71.         * Fixed bugs:
  72.         - Finally fixed break bug when using multiple. (I hope.) *growl*
  73.         - Some MAUD files weren't played til the end. Changed the method
  74.           how the length is computed. MAUD is obsolete anyway.
  75.         - VOLUME now works for AHI playback, too
  76.         - Task priority is changed _only_ if specified and not zero
  77.         - Files written with OUTPUT=8SVX will be closed now
  78.         - Removed unnessecary byte padding when writing 8SVX files
  79.         - Yikes! Pattern matching was used even for Workbench icons
  80.           all the time. Fixed.
  81.  
  82. --------------------------------- In German -------------------------------
  83.  
  84. Readme.1st
  85. ----------
  86. Tschuldigung, für mehr hatte ich keine Zeit. Wünsche nachwievor
  87. willkommen :)
  88.  
  89. Kurzübersicht
  90. -------------
  91.  - FREEWARE! Keine Betaversion, keine Nervrequester und kein Ablaufdatum!
  92.  - Online Hilfe
  93.  - erkennt und spielt automatisch verschiedene Soundformate, bis zu
  94.    16 Bit, 56 kHz, stereo
  95.  - volle Workbench-Unterstützung, jedoch kein GUI
  96.  - immer korrekte Wiedergabegeschwindigkeit, auch bei Sounds >28 kHz
  97.  - Echtzeitwiedergabe von Festplatte, optimierte Assembler-Routinen
  98.  - 14 Bit Ausgabe möglich (weniger Rauschen, aber schlechter als 16 Bit)
  99.  - Unterstützt AHI und Soundkarten
  100.  - automatische oder manuelle Filter-Kontrolle
  101.  - spielt Mono-Sounds auf BEIDEN Kanälen, nicht nur auf dem linken
  102.  - spielt (und wiederholt) Files, die größer als der Speicher sind
  103.  - Preload-Funktion für synchronen Wiedergabestart auf Tastendruck
  104.  - schnelle µ-Law/A-Law Dekodierung
  105.  - Systemfreundliche Audiokanal-Belegung
  106.  - Ausgabe in ein File ist möglich (Sound-Konvertierung)
  107.  - unterstützte Filetypen bislang:
  108.  
  109.    * Microsoft RIFF-WAVE  (.WAV)  mono/stereo, 8/16 bit, linear/uLaw/ALaw/ADPCM
  110.    * Creative Voice File  (.VOC)  mono/stereo, 8/16 bit, linear
  111.    * Sun/NeXT Audio       (.AU)   mono/stereo, 8/16 bit, linear/uLaw
  112.    * MacroSystem Audio    (.MAUD) mono/stereo, 8/16 bit, linear/uLaw
  113.    * Apple/SGI/Amiga AIFF (.AIFF) mono/stereo, 8/16 bit, linear
  114.    * Amiga IFF-8SVX       (.IFF)  mono/stereo, 8    bit, linear/FibDelta/ExpDelta
  115.    * RAW Sounddaten mit mindestens einer folgender Voraussetzungen:
  116.      -  8 bit Vorzeichenbehaftet
  117.      -  8 bit nicht Vorzeichenbehaftet
  118.      - 16 bit signed, Intel Format    (LSB zuerst)
  119.      - 16 bit signed, Motorola Format (MSB zuerst)
  120.      - 14 bit µ-Law
  121.      - 14 bit A-Law
  122.  
  123.  - derzeitig unterstützte Ausgabegeräte:
  124.  
  125.    * Amiga (Paula)             8 bit
  126.    * Amiga (Paula)            14 bit
  127.    * Amiga (Paula)            14 bit kalibriert (Christian Buchner)
  128.    * MacroSystem Maestro Pro  16 bit 44.1kHz und 48kHz
  129.    * IFF-8SVX File Ausgabe     8 bit
  130.    * AHI audio system         16 bit
  131.    * Prelude                  16 bit
  132.